init_heap_pages() can be static.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 10 Dec 2007 11:37:13 +0000 (11:37 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 10 Dec 2007 11:37:13 +0000 (11:37 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/page_alloc.c

index 95c474bca61e165231910d47365eeabe263a112b..4c723e5d27326c28fd73d3bc1f490746ee43b11e 100644 (file)
@@ -503,7 +503,7 @@ static void free_heap_pages(
  * not freeing it to the buddy allocator.
  */
 #define MAX_ORDER_ALIGNED (1UL << (MAX_ORDER))
-void init_heap_pages(
+static void init_heap_pages(
     unsigned int zone, struct page_info *pg, unsigned long nr_pages)
 {
     unsigned int nid_curr, nid_prev;